﻿@charset "utf-8";

body {
    font-family: "PingFang SC", "Microsoft Yahei";
}

/* 规范 */
:root {
    /* 字号 */
    --font40: 40px;
    --font24: 24px;
    --font20: 20px;
    --font18: 18px;
    /* 段落字号 */
    --font16: 16px;
    /* 行高 */
    --line12: 1.2;
    --line15: 1.5;
    --line16: 1.6;
    --line175: 1.75;
    /* 颜色 */
    --color333: #333333;
    --colorfff: #ffffff;
    --color666: #666666;
    --colormain1: #004388;
    --colormain2: #00A6E2;
    --colorbj: #F2F5F9;
    /* 板块间距 */
    --space40: 40px;
    --space24: 24px;
    --space18: 18px;
    /* 段落间距 */
    --parpspace: 12px;
}

.std_h1 {
    font-size: var(--font40);
    color: var(--color333);
    line-height: var(--line12);
}

.std_h2,
.yxedr_active h2,
.about_cont h2 {
    font-size: var(--font24);
    color: var(--color333);
    line-height: var(--line12);
}

.std_h3,
.yxedr_active h3,
.unitdt_slide h3 {
    font-size: var(--font20);
    color: var(--color333);
    line-height: var(--line15);
}

.std_h4,
.yxedr_active h4,
.unitdt_slide h4 {
    font-size: var(--font18);
    color: var(--color333);
    line-height: var(--line15);
}

.std_text1,
.std_text1 p {
    font-size: var(--font16);
    color: var(--color666);
    line-height: var(--line175);
}

.std_text2,
.std_text2 p {
    font-size: var(--font18);
    color: var(--color333);
    line-height: var(--line16);
}

.yxedr_active p {
    font-size: var(--font16);
    color: var(--color666);
    line-height: var(--line175);
    margin-bottom: var(--parpspance);
}

.std_margin {
    margin-top: var(--space40);
}

.std_margin1 {
    margin-bottom: var(--space40);
}

.std_margin2 {
    margin-bottom: var(--space24);
}

.std_margin3 {
    margin-bottom: var(--space18);
}

.std_padding30 {
    padding-left: 30px;
    padding-right: 30px;
}

.std_padding {
    padding-top: var(--space40);
}

.std_padding1 {
    padding-bottom: var(--space40);
}

.std_padding2 {
    padding-bottom: var(--space24);
}

.std_padding3 {
    padding-bottom: var(--space18);
}

.yxedr_active h2,
.yxedr_active p,
.std_text1 p,
.unitdt_slide h4,
.unitdt_slide h3 {
    margin-bottom: 12px;
}

.yxedr_active h3 {
    margin-bottom: 10px;
}

.yxedr_active h4 {
    margin-bottom: 9px;
}

.mod_font22 {
    font-size: 20px;
    line-height: 1.5;
    color: var(--color333);
}

.about_cont h2 {
    font-weight: bold;
    color: var(--colormain1);
    margin-bottom: 16px;
}

.std_text2 p {
    margin-bottom: 16px;
}

.about_cont .std_text2 p a {
    color: var(--colormain2);
}

/* 规范 end */

/*分享翻译*/
.ys_wechat_cont_parga p::before {
    /*分享中文版本*/
    content: '分享到 - 微信';
    /*分享英文版本*/
    /* content: 'Share the - weixin'; */
}

/*导航默认选中*/
.yxnav_active1 {}

.yxnav_active2 {}

/* - banner - start*/
.ys_banner {
    width: 100%;
    position: relative;
}

.ys_ban_li {
    position: relative;
    overflow: hidden;
}

.ys_ban_imgbox {
    position: relative;
    z-index: 1;
}

.ys_ban_imgbox img {
    width: 100%;
}

.ys_ban_li>a {
    display: block;
}

.ys_ban_ph {
    display: none;
}

.ys_ban_video {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ys_ban_li:not(:first-child) {
    display: none;
}

.ys_ban_imgbox::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, .3); */
}

.ys_ban_txtbox {
    z-index: 5;
}

.ys_nybanner {
    position: relative;
}

.ys_nyban_img,
.ys_nyban_img img {
    width: 100%;
}

.ys_nyban_ph {
    display: none;
}

.ys_nyban_title h1 {
    color: #fff;
    font-size: 40px;
    line-height: 1.5;
}

.ys_nyban_title p {
    color: #fff;
    font-size: 16px;
    line-height: 1.75;
}

.ys_ban_mc {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.ys_ban_mc img {
    width: 100%;
}

.ys_ban_mcph {
    display: none;
}

.ys_cont1060 {
    width: 1060px;
    margin: 0 auto;
}

.ys_ban_text_left {
    width: 414px;
    background: rgba(255, 255, 255, .8);
    padding: 34px 24px;
    height: 100%;
}

.ys_ban_text {
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.ys_ban_text_left h1 {
    font-weight: bold;
    color: var(--colormain1);
    margin-bottom: 20px;
}

/* - banner - end*/
.ys_main {
    width: 100%;
    padding: 0 8.6%;
}

.ys_ban_text ul {
    width: 520px;
    display: flex;
    justify-content: space-between;
    margin: 0 -2px;
    flex-wrap: wrap;
}

.ys_ban_text li {
    width: 50%;
    padding: 0 2px;
    margin-bottom: 4px;
}

.ys_ban_text li a {
    display: block;
    border-radius: 4px;
    line-height: 80px;
    background: var(--colormain2);
    padding: 0 30px;
    color: var(--colorfff);
    font-size: 16px;
}

.home_news {
    background: var(--colorbj);
}

.home_news .std_h4 {
    color: #6884A1;
}

.home_news {
    padding-left: 32px;
    padding-right: 32px;
    position: relative;
}

.home_news_li {
    width: 25%;
    padding: 0 15px;
}

.home_news_ul {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}

.home_news_li .std_h4 {
    font-weight: bold;
    color: var(--colormain1);
}

.home_news_li .ys_imgbox_cover {
    margin: 16px 0;
}

.home_news_li a {
    display: block;
    border-top: 4px solid #CCD9E7;
}

.home_news::before {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    height: 30px;
    background: #F9FBFC;
}

.home_recom_ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2PX;
}

.home_recom_li {
    width: 33.333333%;
    padding: 0 2px;
}

.home_recom {
    padding-left: 34px;
    padding-right: 34px;
}

.home_recom_li a {
    position: relative;
    display: block;
}

.home_recom_li_text {
    position: absolute;
    bottom: 22px;
    left: 32px;
    z-index: 20;
    width: 100%;
}

.home_recom_li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 10;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, #707070 100%);
}

.home_recom_li_text .mod_font22 {
    font-weight: bold;
    color: var(--colorfff);
    margin-bottom: 10px;
}

.mod_btn_box {
    display: flex;
    align-items: center;
}

.mod_btn_box p {
    color: var(--colorfff);
    font-size: 16px;
}

.mod_btn_box img {
    margin-left: 10px;
    width: 4px;
}

.home_about,
.home_about_right {
    display: flex;
}

.home_about_left,
.home_about_right {
    width: 50%;
}

.home_about {
    padding-left: 30px;
    padding-right: 15px;
}

.home_about_right_item {
    width: 50%;
    padding: 0 16px;
}

.home_about_left {
    padding-right: 16px;
}

.halc_bj,
.halc_bj img {
    width: 100%;
}

.halc_cont {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 18px;
    border: 2px solid var(--colorfff);
}

.home_about_left_cont {
    position: relative;
}

.home_about {
    background: var(--colorbj);
    justify-content: space-between;
}

.hari_cont {
    background: #FAFBFD;
    border: 2px solid var(--colorfff);
    height: 100%;
    padding: 18px;
}

.hari_cont_title {
    font-weight: bold;
    color: #303030;
    margin-bottom: 10px;
}

.home_about .mod_btn {
    position: absolute;
    bottom: 28px;
    right: 18px;
}

.hari_cont {
    position: relative;
}

.home_about_left .mod_btn {
    width: 158px;
}

.mod_btn2 .mod_btn_box {
    padding: 0 18px;
    border-radius: 4px;
    position: relative;
    background: linear-gradient(103deg, #005C9F 0%, #004787 100%);
}

.mod_btn2 p {
    line-height: 40px;
}

.mod_btn2 img {
    width: 15px;
}

.mod_btn2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    opacity: 0;
    z-index: 1;
    background: linear-gradient(103deg, #00A6E2 30.73%, #1399CA 100%);
}

.mod_btn2 p,
.mod_btn2 img {
    position: relative;
    z-index: 10;
}

.ys_footer {
    background-color: var(--colorbj);
}

.foot_bj,
.foot_bj img {
    width: 100%;
}

.foot_bot {
    padding: 0 30px;
}

.foot_bot img {
    width: 100%;
}

.foot_bot a {
    display: block;
    width: 160px;
    line-height: 30px;
}

.foot_top {
    position: relative;
}

.foot_top_cont {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 30px 30px;
}

.foot_main {
    display: flex;
    justify-content: space-between;
}

.foot_ewm {
    position: absolute;
    top: 56%;
    transform: translateY(-50%);
    right: 30px;
    z-index: 10;
    width: 150px;
}

.foot_right ul,
.foot_right {
    display: flex;
}

.foot_right li a,
.foot_right_bq span,
.foot_right_bq a {
    color: rgba(255, 255, 255);
    font-size: 16px;
}

.foot_right li {
    padding: 0 15px;
}

.foot_right_bq {
    padding-left: 15px;
}

.foot_wc {
    cursor: pointer;
    width: 22px;
}

.ys_modal_content {
    width: 260px;
    padding: 0;
}

.wechat_img,
.wechat_img img {
    width: 100%;
}

.wechat_cont .ys_modal_close {
    right: 0;
    top: -30px;
}

.wechat_cont .ys_modal_close i {
    color: var(--colorfff);
}

.wechat_text {
    background: var(--colorbj);
    padding: 20px 15px;
    text-align: center;
}

.wechat_text p {
    margin-bottom: 0;
}

.wechat_cont {
    background: rgba(0, 0, 0, .7);
}

.ys_phnav3_headers {
    position: relative;
    z-index: 99;
}

.ys_phnav3_hd_ph {
    display: none;
}

.ys_phnav3_ph_navbar {
    height: 64px;
}

.ys_phnav3_header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    height: 64px;
    background: #fff;
    box-shadow: 0 0 10px 3px rgb(0 0 0 / 5%);
}

.ys_phnav3_logo {
    width: 120px;
}

.ys_phnav3_logo a {
    width: 100%;
}

.ys_phnav3_header a,
.ys_phnav3_logo,
.ys_phnav3_r>div {
    line-height: 64px;
}

.ys_phnav3_r>div {
    float: left;
    margin-left: 15px;
}

.ys_phnav3_header a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #333;
}

.ys_phnav3_menubtn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 28px;
    height: 22px;
}

.ys_phnav3_menubtn::before,
.ys_phnav3_menubtn::after {
    content: "";
}

.ys_phnav3_menubtn span,
.ys_phnav3_menubtn::before,
.ys_phnav3_menubtn::after {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
    background: #666;
    transition: all .36s;
}

.ys_phnav3_menubtn::before {
    margin-top: -10px;
}

.ys_phnav3_menubtn::after {
    margin-top: 10px;
}

.ys_phnav3_menubtn.on span {
    opacity: 0;
}

.ys_phnav3_menubtn.on::before,
.ys_phnav3_menubtn.on::after {
    margin-top: 0;
}

.ys_phnav3_menubtn.on::before {
    transform: translateY(-50%) rotate(45deg);
}

.ys_phnav3_menubtn.on::after {
    transform: translateY(-50%) rotate(-45deg);
}

.ys_phnav3_menu {
    display: none;
    position: fixed;
    left: 0;
    top: 64px;
    width: 100%;
    height: calc(100% - 64px);
    padding: 20px;
    background: #043c62;
    color: #fff;
}

.ys_phnav3_ph_search {
    width: 100%;
    overflow: hidden;
    padding: 0 15px;
    padding-left: 15px;
    margin-top: 50px;
}

.ys_phnav3_phs_form {
    position: relative;
    z-index: 1;
    width: 100%;
}

.ys_phnav3_phs_form input {
    width: 100%;
    height: 35px;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 17.5px;
    padding-left: 20px;
    padding-right: 50px;
    color: #fff;
}

.ys_phnav3_phs_form input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: rgba(255, 255, 255, .6);
}

.ys_phnav3_phs_form input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(255, 255, 255, .6);
}

.ys_phnav3_phs_form input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(255, 255, 255, .6);
}

.ys_phnav3_phs_form input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: rgba(255, 255, 255, .6);
}

.ys_phnav3_phs_form .iconfont {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    color: rgba(255, 255, 255, .6);
}

.ys_phnav3_ph_nav ul {
    padding: 0 15px;
    display: none;
}

.ys_phnav3_ph_nav a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.5;
    padding: 1em 0;
    color: #fff;
    max-width: calc(100% - 40px);
}

.ys_phnav3_ph_nav ul a {
    font-size: 12px;
}

.ys_phnav3_ph_nav li.yxnav_active1>.ys_phnav3_lisbox a {
    color: rgba(255, 255, 255, .6);
}

.ys_phnav3_lisbox {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
}

.ys_phnav3_icon {
    display: none;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
}

.ys_phnav3_icon::before,
.ys_phnav3_icon::after {
    content: "";
    position: absolute;
    background: #fff;
    transition: all .36s;
}

.ys_phnav3_icon::before {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
}

.ys_phnav3_icon::after {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 1px;
    height: 100%;
}

.ys_phnav3_icon.on::after {
    transform: translateX(-50%) rotate(90deg);
}

.ys_phnav3_haschild .ys_phnav3_icon {
    display: block;
}

.ys_phnav3_ph_nav li:not(.ys_phnav3_haschild)>.ys_phnav3_lisbox .ys_phnav3_icon {
    display: none;
}

.ys_phnav3_ph_nav li:not(.ys_phnav3_haschild)>.ys_phnav3_lisbox>a {
    display: block;
    max-width: 100%;
}

.ys_phnav3_phmenu_scroll {
    margin-right: -15px;
    padding-right: 15px;
    max-height: calc(100% - 85px);
    overflow: scroll;
}

.ys_phnav3_ph .ys_phnav3_menu {
    display: block;
    transform: translateX(100%);
    transition: all .5s cubic-bezier(0.550, 0.085, 0.680, 0.530);
}

.ys_phnav3_ph .ys_phnav3_menu.on {
    transform: translateX(0);
    transition: all .5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.ys_phnav3_ph .ys_phnav3_header {
    padding-left: 0;
}

.ys_phnav3_ph .ys_phnav3_menubtn span,
.ys_phnav3_ph .ys_phnav3_menubtn::before,
.ys_phnav3_ph .ys_phnav3_menubtn::after {
    background: #4a6cf7;
}

.ys_phnav3_ph .ys_phnav3_logo {
    width: 140px;
    padding: 0 10px;
    background: #4a6cf7;
}

.ys_phnav3_lang_modal,
.ys_phnav3_ph .ys_phnav3_menu {
    background: #4a6cf7;
}

.ys_phnav3_ph .ys_phnav3_menubtn.on::before {
    transform: translateY(-50%) rotate(-45deg);
}

.ys_phnav3_ph .ys_phnav3_menubtn.on::after {
    transform: translateY(-50%) rotate(45deg);
}

.ys_phnav3_ph .ys_phnav3_ph_nav a {
    font-size: 16px;
    line-height: 24px;
    padding: 13px 0;
}

.ys_phnav3_ph .ys_phnav3_ph_nav ul a {
    font-size: 14px;
    padding: 8px 0;
}

.ys_phnav3_ph .ys_phnav3_icon {
    width: 12px;
    height: 12px;
}

.ys_phnav3_ph .ys_phnav3_icon::before {
    height: 2px;
}

.ys_phnav3_ph .ys_phnav3_icon::after {
    width: 2px;
}

.ys_phnav3_ph .ys_phnav3_ph_nav ul ul a {
    font-size: 12px;
}

.ys_phnav3_ph .ys_phnav3_menu {
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
}

.ys_phnav3_ph .ys_phnav3_phmenu_scroll {
    flex-grow: 1;
    max-height: none;
}

.ys_phnav3_language {
    flex: none;
    text-align: center;
    padding: 20px 0;
}

.ys_phnav3_search .iconfont {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: inherit;
}

.ys_phnav3_ph .ys_phnav3_search .iconfont,
.ys_phnav3_ph .ys_phnav3_header a {
    color: #4a6cf7;
}

.ys_phnav3_lang_modal {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 30px 20px 20px;
    text-align: left;
    transform: translateX(100%);
    transition: all .5s cubic-bezier(0.550, 0.085, 0.680, 0.530);
}

.ys_phnav3_lang_modal.on {
    transform: translateX(0%);
    transition: all .5s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

.ys_phnav3_lang_back {
    font-size: 16px;
    margin-bottom: 10px;
}

.ys_phnav3_lang_back .iconfont {
    font-size: 14px;
}

.ys_phnav3_lang_scroll {
    height: calc(100% - 30px);
    margin-right: -15px;
    padding-right: 15px;
    overflow: auto;
}

.ys_phnav3_xl {
    display: none;
    padding: 16px 20px;
    border-top: 1px solid #eee;
    box-shadow: 0 5px 8px rgba(0, 0, 0, .05);
}

.ys_phnav3_form {
    width: 100%;
}

.ys_phnav3_form input {
    height: 40px;
    width: calc(100% - 30px);
    border-bottom: 1px solid #eee;
}

.ys_phnav3_form button {
    width: 20px;
}

.ys_phnav3_form .iconfont {
    font-size: 20px;
    line-height: 40px;
    color: #1c5cb0;
}

.ys_phnav3_xl {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: #fff;
}

.ys_phnav3_hd_ph {
    display: block;
}

.ys_ph_navbar2 .ys_phnav_logo {
    background: transparent;
}

.ys_ph_navbar2 .ys_phnav_menu,
.ys_phnav2_lang_modal {
    background: var(--colormain1);
}

.ys_ph_navbar2 .ys_phnav_menubtn span,
.ys_ph_navbar2 .ys_phnav_menubtn::after,
.ys_ph_navbar2 .ys_phnav_menubtn::before {
    background: var(--colormain1);
}

.ys_ph_navbar2 .ys_phnav_header a,
.ys_ph_navbar2 .ys_phnav_search .iconfont {
    color: var(--colormain1);
}

.ys_ph_navbar2 .ys_phnav_logo {
    width: 180px;
}

.head_top_lang {
    position: relative;
}

.head_top_lang_ul {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    width: 180px;
    background: var(--colormain1);
    padding: 18px;
}

.head_top_lang_ul li a,
.head_nav_li ul a {
    color: var(--colorfff) !important;
    font-size: 16px;
    line-height: 32px;
    padding: 0 10px;
    border-top: 2px solid #1A5694;
    width: 100%;
    display: block;
}

.head_top_lang_ul li.on a {
    background: #005aa9;
}

.head_top_lang_ul li:last-child a,
.head_nav_li li:last-child a {
    border-bottom: 2px solid #1A5694;
}

.head_top_cont {
    display: flex;
}

.head_top_cont_org,
.head_top_search {
    display: flex;
}

.head_top_cont_org li {
    padding: 0 12px;
    position: relative;
}

.head_top_cont_org li a {
    color: var(--colormain1);
    font-size: 14px;
    line-height: 40px;
    display: block;
}

.head_top_search {
    padding-left: 15px;
}

.head_top_search input {
    margin: 0 6px 0 11px;
    width: 120px;
    height: 22px;
    border-bottom: 1px solid #CCCCCC;
    color: var(--color666);
}

.head_top_search.on input {
    color: var(--colormain2);
    border-color: var(--colormain2);
}

.head_top_search span {
    display: block;
    color: #999;
    font-size: 14px;
    width: 30px;
}

.head_top {
    background: #fafafa;
    padding: 0 0 0 30px;
    position: relative;
    z-index: 10;
}

.head_top_search img {
    display: block;
    width: 18px;
    cursor: pointer;
}

.head_top_search {
    align-items: center;
}

.head_top_lang_name {
    display: flex;
    cursor: pointer;
    padding: 0 12px;
    position: relative;
}

.head_top_lang_name p {
    color: var(--colormain1);
    font-size: 14px;
    line-height: 40px;
    padding-right: 4px;
}

.head_top_lang_name img {
    width: 10px;
}

.head_top_lang {
    padding-right: 18px;
}

.head_top_cont_org li::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 13.5px;
    background: #999;
}

.head_top_cont_org li:last-child::before {
    display: none;
}

.head_top_lang_name.on img {
    transform: rotate(180deg);
}

.head_nav_li ul {
    display: none;
    position: absolute;
    top: 30px;
    left: -20px;
    background: var(--colormain1);
    width: 230px;
    padding: 18px;
}

.head_bot {
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    background: var(--colorfff);
}

.head_bot_logo {
    width: 260px;
    line-height: 90px;
}

.head_nav_li>a {
    color: var(--color333);
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
}

.head_nav_ul {
    display: flex;
    margin: 0 -15px;
}

.head_nav_li {
    margin: 0 15px;
    position: relative;
    margin-top: 30px;
}

.head_nav_li>a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    background: var(--colormain2);
}

.ys_hd_pc {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 8.6%;
}

.ys_banner {
    margin-top: 130px;
}

.head_top .foot_wc {
    line-height: 40px;
    margin: 0 20px 0 30px;
}

.mod_side {
    position: fixed;
    top: 50%;
    right: 80px;
    transform: translateY(-50%);
    z-index: 90;
}

.mod_side_item_icon {
    width: 45px;
    height: 45px;
    position: relative;
    cursor: pointer;
}

.mod_side_item {
    margin-bottom: 12px;
}

.mod_side_item:last-child {
    margin-bottom: 0;
}

.mod_side_item_icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mod_side_item:nth-child(1) .mod_side_item_icon {
    background: var(--colormain1);
}

.mod_side_item:nth-child(2) .mod_side_item_icon {
    background: var(--colormain2);
}

.mod_side_item:nth-child(3) .mod_side_item_icon {
    background: #999;
}

.mod_side_item:nth-child(4) .mod_side_item_icon {
    background: #F2F5F9;
}

.mod_side_item {
    position: relative;
}

.mod_side_item_img {
    position: absolute;
    top: 50%;
    right: 45px;
    transform: translateY(-50%);
}

.mod_side_item_tel {
    background: #6884A1;
    height: 45px;
}

.mod_side_item_tel a {
    color: var(--colorfff);
    white-space: nowrap;
    line-height: 45px;
    text-align: center;
    padding: 0 10px;
    font-size: 18px;
    font-weight: bold;
}

.mod_side_item_tel {
    position: absolute;
    top: 0;
    right: 45px;
}

.msii_img {
    width: 200px;
    height: 200px;
    position: relative;
    background: var(--colorbj);
}

.msii_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mod_side_item_img,
.mod_side_item_form {
    padding-right: 16px;
}

.mod_side_item_img::before {
    position: absolute;
    content: '';
    top: 50%;
    right: -4px;
    border-left: 10px solid var(--colorbj);
    border-right: 10px solid transparent;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    transform: translateY(-50%);
}

.mod_side_item_way {
    right: -1000%;
    z-index: -1;
}

.mod_side_item.on .mod_side_item_way {
    right: 45px;
    opacity: 1;
}

.msif_form {
    background: var(--colorbj);
    width: 330px;
    padding: 34px 5px 24px 24px;
    height: 545px;
}

.mod_side_item_form {
    position: absolute;
    top: 0;
    right: 45px;
}

.msif_form_top {
    text-align: center;
}

.msif_form_top .std_h2 {
    margin-bottom: 10px;
    color: var(--colormain1);
    font-weight: bold;
}

.msif_form_bot_item p {
    color: var(--color666);
    font-size: 16px;
    margin-bottom: 5px;
}

.msif_form_bot_item span {
    color: #FF0000;
    padding-left: 5px;
}

.msif_form_top {
    margin-bottom: 20px;
}

.msif_form_bot_item {
    margin-bottom: 20px;
}

.msif_form_bot_item input {
    border-radius: 4px;
    border: 2px solid #CFDEEB;
    background: #FFF;
    width: 100%;
    height: 44px;
    padding: 0 15px;
    color: var(--color333);
    font-size: 16px;
}

.msif_form_bot_item textarea {
    border-radius: 4px;
    border: 2px solid #CFDEEB;
    background: #FFF;
    width: 100%;
    height: 244px;
    padding: 10px 15px;
    color: var(--color333);
    font-size: 16px;
    line-height: 1.5;
    resize: none;
}

.mod_side_item_form::before {
    position: absolute;
    content: '';
    top: 18px;
    right: -4px;
    border-left: 10px solid var(--colorbj);
    border-right: 10px solid transparent;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.msif_form_close {
    position: absolute;
    top: 12px;
    right: 42px;
    width: 13px;
    cursor: pointer;
    z-index: 10;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #CFDEEB !important;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: var(--colormain1) !important;
}

.abcr_right_item .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(255, 255, 255, .3) !important;
}

.abcr_right_item .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: var(--colorfff) !important;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2px !important;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
    width: 2px !important;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: var(--colormain1);
}

.mfbi_yzm {
    border-radius: 4px;
    border: 2px solid #CFDEEB;
    background: #FFF;
    padding: 18px;
}

.mfbi_yzm input {
    border-color: transparent;
    margin-bottom: 10px;
    padding: 0;
    height: 30px;
}

.mod_side_item_form {
    opacity: 0;
    pointer-events: none;
}

.mod_side_item.active .mod_side_item_form {
    opacity: 1;
    pointer-events: all;
}

.foot_bj_ph {
    display: none;
}

.mod_bread {
    display: flex;
    margin: 0 -25px;
}

.mod_bread a {
    line-height: 52px;
    color: var(--color333);
    font-size: 18px;
    font-weight: bold;
}

.mod_bread li {
    padding: 0 25px;
    position: relative;
}

.mod_bread li::before {
    content: '';
    background: url(../images/arrow2.svg) center / cover no-repeat;
    width: 7px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.mod_bread li:last-child::before {
    display: none;
}

.mod_bread li:last-child a {
    color: var(--colormain2);
}

.ys_cont900 {
    width: 900px;
    margin: 0 auto;
}

.mod_title {
    background: var(--colorbj);
    position: relative;
    margin-bottom: 20px;
}

.mod_title::before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 30px;
    background: #F9FAFC;
}

.mod_title .std_h1 {
    font-weight: bold;
    color: var(--colormain1);
}

.about_cont {
    padding: 34px 0 60px;
}

.nypage_main .ys_footer {
    background: var(--colorfff);
}

.about_cont ul {
    padding-left: 60px;
}

.about_cont ul li::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
    color: var(--color666);
    font-size: 14px;
}

.about_cont ul li {
    list-style-type: disc;
}

.about_cont ul li p {
    color: var(--color666);
    font-size: var(--font16);
    margin-bottom: 0;
}

.innov_li_img {
    width: 43%;
}

.innov_li_text {
    width: 57%;
    padding-left: 13%;
}

.innov_li {
    display: flex;
    align-items: center;
    margin-bottom: 36px;
}

.innov_li_text .std_h3 {
    color: var(--colormain1);
    font-weight: bold;
    margin-bottom: 16px;
}

.mod_btn3 .mod_btn_box {
    color: var(--colormain2);
    font-size: 18px;
    margin-top: 10px;
}

.mod_btn3 {
    display: inline-block;
}

.innov_li_img {
    position: relative;
}

.innov_li_icon {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 64px;
    height: 66px;
    background: rgba(0, 67, 136, .85);
}

.innov_li:nth-child(2n) {
    flex-direction: row-reverse;
}

.innov_li:nth-child(2n) .innov_li_text {
    padding-left: 0;
    padding-right: 13%;
}

.innov_li_icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
}

.innov_li_img {
    cursor: pointer;
}

.mod_btn3 .mod_btn_box {
    position: relative;
}

.mod_btn3 .mod_btn_box::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0%;
    height: 1px;
    background: var(--colormain2);
}

.innov_cont {
    margin-bottom: 120px;
}

.join_vio {
    margin: 80px auto 60px;
    position: relative;
    cursor: pointer;
}

.appl_sect .std_h2 {
    font-weight: bold;
    color: var(--colormain1);
}

.appl_bot {
    background: var(--colorbj);
}

.appl_main .ys_footer {
    background: var(--colorbj);
}

.appl_bot_cont {
    padding: 0 100px;
}

.appl_bot_cont {
    display: flex;
}

.abcl_pic_item {
    position: absolute;
    top: 0;
    left: 0;
}

.appl_bot_cont_left {
    position: relative;
    width: 23%;
}

.appl_bot_cont_right {
    width: 77%;
    padding-left: 28px;
}

.abcr_left {
    width: 42%;
}

.abcr_right {
    width: 58%;
}

.abcr_right_item {
    background: var(--colormain1);
    padding: 28px;
}

.abcr_right_item {
    display: none;
}

.appl_bot_cont_right {
    position: relative;
}

.abcr_right_item {
    width: 58%;
    position: absolute;
    top: 0;
    right: 0;
}

.abcr_left_item_title {
    width: 42%;
}

.abcr_left_item {
    display: flex;
}

.abcr_left_item.on .abcr_right_item {
    display: block;
}

.abcr_left_item_title {
    padding-right: 10px;
}

.abcr_left_item_title p {
    line-height: 34px;
    padding-left: 10px;
    color: #6884A1;
    font-size: 16px;
    border-bottom: 2px solid var(--colorfff);
}

.abcr_left_item.on p {
    background: var(--colormain1);
}

.abcr_left_item.on p {
    color: var(--colorfff);
    border-color: transparent;
}

.abcr_right_item.on {
    display: block;
    height: 100%;
}

.abcr_right_item_box {
    height: 556px;
}

.abcr_right_item_box .std_h4 {
    color: var(--colorfff);
    font-weight: bold;
}

.abcr_right_item_box .std_text1 p,
.abcr_right_item_box .std_text1 {
    color: var(--colorfff);
}

.abcr_right_ul {
    padding-left: 30px;
}

.abcr_right_ul li {
    position: relative;
    padding-left: 20px;
}

.abcr_right_ul li::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 1px solid var(--colorfff);
}

.abcr_right .mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: var(--colorfff) !important;
}

.abcr_right .mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(255, 255, 255, .5) !important;
}

.abcl_img.close {
    opacity: 0;
}

.abcl_img {
    opacity: 1;
    position: relative;
    z-index: 10;
}

.abcr_left_item {
    cursor: pointer;
}

.abcl_pic_item.on {
    display: block !important;
    z-index: 20;
}

.mould_main .about_cont ul p {
    color: var(--color333);
}

.unit_cont_li {
    width: 50%;
    padding: 0 21px;
    margin-bottom: 40px;
}

.unit_cont_ul {
    margin: 0 -21px;
    display: flex;
    flex-wrap: wrap;
}

.unit_cont_li .mod_font22 {
    font-weight: bold;
    color: var(--colormain2);
    margin-bottom: 22px;
    display: inline-block;
    position: relative;
}

.unit_cont_li .std_text2 a {
    color: var(--colormain2);
}

.unit_cont_li .ys_imgbox_cover {
    width: 300px;
}

.unit_cont_li .mod_font22::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--colormain2);
}

.unitdt_main .unitdt_edr li p {
    color: var(--color333);
}

.unitdt_edr {
    padding-bottom: 40px;
}

.unitdt_slide_li_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 35px;
    cursor: pointer;
}

.unitdt_slide_li_top .std_h3 {
    line-height: 66px;
}

.unitdt_slide_li_img {
    width: 12px;
}

.unitdt_slide_li {
    border-top: 1px solid var(--colorbj);
    border-bottom: 1px solid var(--colorbj);
}

.unitdt_slide_li_bot {
    padding-bottom: 20px;
}

.unitdt_slide_li_top .std_h3 {
    color: var(--colormain2);
    font-weight: bold;
}

.unitdt_slide_li_bot {
    display: none;
}

.unitdt_slide {
    margin-bottom: 20px;
}

.unitdt_main .std_h3 {
    font-weight: bold;
    color: var(--colormain1);
}

.unitdt_down_li a {
    padding: 17px;
    background: var(--colorbj);
    display: block;
}

.unitdt_down_li {
    width: 50%;
    padding: 0 22px;
    margin-bottom: 44px;
}

.unitdt_down_ul {
    margin: 0 -22px;
}

.unitdt_down_li a {
    display: flex;
    align-items: flex-start
}

.unitdt_down_li_icom {
    width: 24px;
    margin-top: 10px;
}

.unitdt_down_li_text {
    width: calc(100% - 24px);
    padding-left: 18px;
}

.unitdt_down_li_text .std_text1:first-child {
    font-weight: bold;
    color: var(--colormain2);
}

.unitdt_down_li_text .std_text1:last-child {
    color: var(--color666);
}

.unitdt_form table {
    width: 535px;
}

.unitdt_form tr {
    width: 24%;
}

.unitdt_form tr:first-child {
    width: 28%;
}

.unitdt_form thead {
    background: var(--colormain1);
}

.unitdt_form thead td {
    color: var(--colorfff);
    font-size: 16px;
    line-height: 38px;
    padding: 0 8px;
    font-weight: bold;
}

.unitdt_form tbody td {
    color: var(--color333);
    font-size: 16px;
    line-height: 38px;
    padding: 0 8px;
}

.unitdt_form tbody tr {
    background: #FAFBFD;
}

.unitdt_form tbody tr:nth-child(2n) {
    background: #DDEEFB;
}

.unitdt_slide_li.on .unitdt_slide_li_top img {
    transform: rotate(180deg);
}

.about_cont ul {
    margin-bottom: 16px;
}

.ys_nybanner {
    margin-top: 130px;
}

.soludt_main .std_text2 ul,
.solu_main .std_text2 ul {
    padding-left: 20px;
}

.new_li a {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid var(--colorbj);
}

.new_li .std_h2 {
    font-weight: bold;
    color: var(--colormain1);
    margin-bottom: 5px;
    line-height: var(--line15);
}

.new_ul {
    margin-bottom: 40px;
}

.newdt_main .mod_bread {
    margin-top: 130px;
}

.mod_title .std_h3 {
    font-weight: bold;
    margin-top: 18px;
}

.event_li {
    width: 50%;
    padding: 0 75px;
    margin-bottom: 40px;
}

.event_ul {
    margin: 0 -75px;
    display: flex;
    flex-wrap: wrap;
}

.event_li .std_h2 {
    color: var(--colormain1);
    margin-bottom: 20px;
    font-weight: bold;
}

.event_li a {
    display: flex;
    margin-bottom: 20px;
}

.event_li_img {
    width: 40px;
    margin-top: 10px;
    height: 100%;
}

.event_li_text {
    padding-left: 16px;
}

.event_li_text .std_h3 {
    color: var(--colormain1);
    font-weight: bold;
}

.event_li_text_time {
    color: var(--color333);
}

.event_li_img img:last-child {
    opacity: 0;
}

.event_li_item {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--colorbj);
}

.flyer_li {
    width: 33.333333%;
    padding: 0 10px;
    margin-bottom: 20px;
}

.flyer_ul {
    display: flex;
    padding: 0 20px;
    flex-wrap: wrap;
}

.flyer_li a {
    background: #F4F6F9;
    display: block;
    padding: 16px 16px 80px;
    position: relative;
    height: 100%;
}

.flyer_li_icon {
    position: absolute;
    bottom: 16px;
    right: 16px;
    width: 40px;
}

.flyer_li .std_text2 {
    color: var(--colormain2);
    font-weight: bold;
    margin-bottom: 5px;
}

.flyer_li .flyer_li_icon img:last-child {
    opacity: 0;
}

.contact_li {
    width: 33.333333%;
    padding: 0 20px;
    margin-bottom: 40px;
}

.contact_ul {
    margin: 0 -20px;
    display: flex;
    flex-wrap: wrap;
}

.contact_li_item_bot li {
    display: flex;
    margin-bottom: 10px;
}

.contact_li_item {
    padding-top: 20px;
    border-top: 4px solid var(--colormain2);
}

.contact_li_item .mod_font22 {
    color: var(--colormain1);
    margin-bottom: 14px;
}

.contact_li_item_top .std_text1:first-child {
    color: var(--color333);
    font-weight: bold;
}

.contact_li_item_top {
    margin-bottom: 20px;
}

.contact_li_item_bot li p,
.contact_li_item_bot li p a {
    color: var(--colormain2);
}

.contact_li_item_bot li:nth-child(2) p {
    color: var(--color333);
}

.contact_li_item_bot li p {
    padding-left: 8px;
    width: calc(100% - 14px);
    font-size: 16px;
}

.contact_li_item_bot li img {
    width: 14px;
}

.contact_li_item_top .std_text1:last-child {
    height: 84px;
}

.sitemap_cont>ul {
    display: flex;
    margin: 0 -14px;
}

.sitemap_cont>ul>li {
    width: 25%;
    padding: 0 14px;
}

.sitemap_cont>ul>li a {
    color: var(--colormain1);
    font-size: 18px;
    line-height: 54px;
}

.sitemap_cont>ul>li>a {
    font-weight: bold;
}

.sitemap_cont>ul>li li {
    border-top: 1px solid #CCD9E7;
}

.sitemap_info {
    padding: 30px;
    background: var(--colorbj);
}

.sitemap_main .ys_footer {
    background: var(--colorbj);
}

.sitemap_main .nypage_cont {
    margin-top: 130px;
}

.sitl_title {
    font-weight: bold;
}

.sitemap_info_top {
    display: flex;
}

.sitemap_info_top_left {
    width: 23%;
    background: #FAFBFD;
    padding: 20px;
}

.sitemap_info_top_mid {
    width: 54%;
    padding: 0 35px;
}

.sitemap_info_top_right {
    width: 23%;
    background: #FAFBFD;
    padding: 20px;
    position: relative;
}

.sitm_cont {
    background: #FAFBFD;
    padding: 20px;
    min-height: 320px;
}

.sitl_li .std_text1 {
    line-height: 1.5;
}

.sitl_li_title {
    color: var(--colormain1);
    font-weight: bold;
}

.sitl_li_time {
    color: var(--color333);
}

.sitl_li_text {
    margin-bottom: 24px;
}

.sitl_li_btn a {
    display: flex;
    align-items: center;
}

.sitl_li_btn {
    display: inline-block;
}

.sitl_li_btn p {
    color: var(--colormain2);
    padding-right: 11px;
    font-size: 16px;
}

.sitl_slick .slick-dots {
    bottom: -80px;
    text-align: right;
    padding-right: 10px;
}

.slick-dots li {
    background: var(--colormain2);
}

.slick-dots li.slick-active {
    background: var(--colormain1);
}

.sitr_link {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 100px;
}

.sitr_link a {
    color: var(--colorfff);
    font-size: 16px;
    line-height: 40px;
    display: block;
    text-align: center;
    background: var(--colormain1);
    border-radius: 4px;
}

.sitm_form_top,
.sitm_form_bot,
.sitm_form_submit {
    display: flex;
    justify-content: space-between;
}

.sitm_form_top_inp {
    width: 50%;
    padding: 0 14px;
}

.sitm_form_top {
    margin: 0 -14px;
}

.sitemap_info_bot {
    margin-top: 32px;
}

.sitemap_info_bot {
    display: flex;
    justify-content: space-between;
    background: #FAFBFD;
    padding: 30px 30px 40px;
}

.sitemap_info_bot .foot_wc {
    cursor: pointer;
    width: 34px;
}

.sitm_form_top_inp input {
    border: 2px solid #CFDEEB;
    border-radius: 4px;
    height: 40px;
    padding: 0 10px;
    width: 100%;
    color: var(--color666);
}

.sitm_form_top_inp.on input,
.msif_form_bot_item1 .mfbi_yzm.on input {
    color: var(--colormain2);
}

.sitm_form_top_inp input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #757575;
    font-size: 16px;
}

.sitm_form_top_inp input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #757575;
    font-size: 16px;
}

.sitm_form_top_inp input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #757575;
    font-size: 16px;
}

.sitm_form_bot_select {
    display: flex;
}

.sfbs_icon {
    width: 14px;
    height: 14px;
    border: 2px solid #CFDEEB;
    position: relative;
}

.sfbs_icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.sitm_form_bot_select {
    align-items: center;
    cursor: pointer;
}

.sitm_form_bot_select .std_text1 {
    padding-left: 6px;
    color: #757575;
}

.sitm_form_submit a {
    color: var(--colormain2);
}

.sitm_form_top {
    margin-bottom: 16px;
}

.sitm_form_submit {
    margin-top: 12px;
}

.sitm_form_bot {
    padding-right: 60px;
}

.sitm_form_submit button {
    width: 70px;
    line-height: 40px;
    background: #F7A600;
    color: var(--colorfff);
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
    margin-top: 5px;
}

.sitm_form_bot_select.on .sfbs_icon img {
    opacity: 1;
}

.sitm_form_top_inp.on input,
.msif_form_bot_item1 .mfbi_yzm.on {
    border-color: var(--colormain2);
}

.ys_ban_text li:last-child {
    margin-bottom: 0;
}

.ys_ban_text li:nth-last-child(2) {
    margin-bottom: 0;
}

.unit_main .about_cont ul li::marker {
    color: transparent;
}

.unit_main .about_cont ul {
    padding-left: 0;
}

.event_li_text {
    width: calc(100% - 46px);
}

.msif_form button {
    line-height: 40px;
    background: var(--colormain1);
    color: var(--colorfff);
    font-size: 16px;
    text-align: center;
    display: block;
    width: 100%;
    border-radius: 4px;
    background: linear-gradient(103deg, #005C9F 0%, #004787 100%);
}

.head_nav_li.yxnav_active1>a {
    color: var(--colormain2);
}

.head_nav_li.yxnav_active1>a::before {
    width: 100%;
}

.head_nav_li li.yxnav_active2 a {
    background: var(--colormain2);
}

.ys_ph_nav li.yxnav_active2>.ys_phnav_lisbox a {
    color: rgba(255, 255, 255, .6);
}

.contact_li_item_top .std_text1:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.abcl_pic_item:not(:first-child),
.sitl_li:not(:first-child) {
    display: none;
}

.mod_side_item_way {
    transition: right .36s;
    opacity: 0;
}

.ys_ban_text li a,
.home_news_li .std_h4,
.mod_btn2::before,
.foot_right li a,
.head_top_lang_name img,
.head_top_cont_org li a,
.head_top_lang_ul li a,
.head_nav_li a,
.head_nav_li>a::before,
.mod_side_item_form,
.mod_btn3 .mod_btn_box::before,
.unit_cont_li .mod_font22::before,
.unitdt_slide_li_img img,
.event_li_text .std_h3,
.flyer_li .std_text2,
.sitemap_cont>ul>li a,
.sitl_li_btn p,
.sitr_link a,
.sitm_form_top_inp input,
.sitm_form_submit a,
.head_top_search input {
    transition: all .36s ease;
}

/*鼠标效果*/
@media screen and (min-width: 1200px) {
    .ys_ban_text li a:hover {
        background: var(--colormain1);
    }

    .home_news_li a:hover .std_h4 {
        color: var(--colormain2);
    }

    .home_about .mod_btn2:hover::before {
        opacity: 1;
    }

    .foot_right li a:hover {
        color: var(--colormain2);
    }

    .head_top_cont_org li a:hover {
        color: var(--colormain2);
    }

    .head_top_lang_ul li a:hover,
    .head_nav_li li a:hover {
        background: var(--colormain2);
    }

    .head_nav_li>a:hover {
        color: var(--colormain2);
    }

    .head_nav_li>a:hover::before {
        width: 100%;
    }

    .mod_btn3 .mod_btn_box:hover::before {
        width: 100%;
    }

    .innov_li_img:hover .ys_imgbox_cover img {
        transform: scale(1.05);
    }

    .unit_cont_li .mod_font22:hover::before {
        width: 100%;
    }

    .unit_cont_li .ys_imgbox_cover:hover img {
        transform: scale(1.05);
    }

    .event_li a:hover .event_li_img img,
    .flyer_li a:hover .flyer_li_icon img {
        transform: scale(1);
    }

    .event_li a:hover .std_h3 {
        color: var(--colormain2);
    }

    .event_li a:hover .event_li_img img:last-child,
    .flyer_li a:hover .flyer_li_icon img:last-child {
        opacity: 1;
    }

    .event_li a:hover .event_li_img img:first-child,
    .flyer_li a:hover .flyer_li_icon img:first-child {
        opacity: 0;
    }

    .flyer_li a:hover .std_text2 {
        color: var(--colormain1);
    }

    .contact_li_item_bot li:hover a {
        text-decoration: underline;
    }

    .sitemap_cont>ul>li a:hover {
        text-decoration: underline;
    }

    .sitl_li_btn a:hover p {
        text-decoration: underline;
    }

    .sitr_link a:hover {
        background: var(--colormain2)
    }

    .sitm_form_top_inp input:hover {
        border-color: var(--colormain2);
    }

    .sitm_form_submit a:hover {
        text-decoration: underline;
    }

    .head_top_search input:hover {
        border-color: var(--colormain2);
    }

    .msif_form_bot_item1 .mfbi_yzm:hover {
        border-color: var(--colormain2);
    }

    /* 2024.4.16 新增*/
    /* .core_bot_li_left ul li p a:hover{
        color: var(--colormain2);
        text-decoration: underline;
    } */
    /* 2024.4.16 新增 end*/
    .mould_list_title a:hover {
        text-decoration: underline;
    }

    .mould_list li .ys_imgbox_cover:hover img {
        transform: scale(1.05);
    }
}

.msif_form_bot_item1 label {
    display: flex;
    align-items: center;
}

.msif_form_bot_item1 .mfbi_yzm {
    margin-left: 22px;
}

.msif_form_bot_item1 .mfbi_yzm input {
    border-color: transparent;
    margin-bottom: 0;
    padding: 0;
    height: 40px;
    background: transparent;
    color: var(--color666);
    font-size: 14px;
}

.msif_form_bot_item1 .mfbi_yzm {
    padding: 0 10px;
    background: transparent;
    width: 277px;
    transition: all .36s;
}

.mfbi_img {
    width: 136px;
    margin-left: 14px;
    cursor: pointer;
}

.msif_form_bot_item1 input {
    border: 0px solid #CFDEEB;
}

.ys_pribanner {
    margin-top: 130px;
}

.ys_privacy .ys_priban {
    top: 50% !important;
}

.foot_bj img {
    width: 100%;
    position: relative;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scale(1.01);
    object-fit: cover;
    max-width: inherit;
}

.foot_bj {
    overflow: hidden;
}

.unitdt_slide_li_bot ul li::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
    color: var(--color666);
    font-size: 14px;
}

.unitdt_slide_li_bot ul li {
    list-style-type: disc;
}

.unitdt_slide_li_bot ul {
    padding-left: 60px;
}

.flyer_li_text {
    color: var(--color666);
}

/* 2024.4.16 新增*/
.core_top,
.core_bot_li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.core_top_left {
    width: 53%;
}

.core_top_right {
    width: 42%;
}

.core_bot_li:nth-child(odd) {
    flex-direction: row-reverse;
}

.core_bot_li_left {
    width: 43%;
}

.core_bot_li .ys_imgbox_cover {
    width: 43%;
}

.core_top_left ul li,
.core_bot_li_left ul li {
    list-style-type: disc;
}

.core_top_left ul li::marker,
.core_bot_li_left ul li::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
    color: var(--color333);
    font-size: 14px;
}

.core_top_left ul li p,
.core_bot_li_left ul li p,
.core_bot_li_left ul li p a {
    color: #333;
    font-size: 16px;
    line-height: 1.5;
    transition: all .36s;
}

.core_top_left ul,
.core_bot_li_left ul {
    padding-left: 20px;
}

.core_bot_li_left li {
    width: 50%;
}

.core_bot_li_left ul {
    display: flex;
    flex-wrap: wrap;
    width: 60%;
}

.core_bot_li_left .std_h2 {
    width: 90%;
    color: var(--colormain1);
    font-weight: bold;
}

.core_bot_ul {
    padding: 30px 0;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    margin: 30px 0;
}

.core_bot_li:not(:last-child) {
    margin-bottom: 36px;
}

.core_top_left .std_h3 {
    color: var(--colormain1);
}

.core_top_left .std_h1 {
    color: var(--colormain1);
    font-weight: bold;
}

.core_top,
.core_bot {
    padding: 0 25px;
}

/* 2024.4.16 新增 end*/
.mould_list_title a {
    color: var(--colormain2);
    font-size: var(--font18);
    line-height: var(--line15);
    transition: all .36s;
}

.mould_list_title {
    margin-bottom: 14px;
}

.mould_list li {
    width: 33.333333%;
    padding: 0 15px;
}

.mould_list ul {
    margin: 0 -15px;
    display: flex;
}

.core_bot_li_left ul li p a {
    color: var(--colormain2);
    text-decoration: underline;
}

.ys_center {
    width: 100%;
    padding: 0 8.6%;
}

.ys_main,
.ys_hd_pc {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.ys_hd_pc {
    background: #fff;
}

.foot_top .ys_center {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.foot_right_bq {
    display: flex;
}


.home_about  .ys_center {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

